Add thermo-nuclear-code-quality-review skill and agent#70
Merged
Conversation
Ports an unusually strict code-quality review rubric into cursor-team-kit: ambitious "code-judo" simplifications, 1k-line file rule, spaghetti detection, type/boundary cleanliness, and a hard approval bar. Adds a matching Task subagent that loads the skill and applies it against a collected diff. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
ericzakariasson
added a commit
that referenced
this pull request
May 28, 2026
The skill and agent originally landed in cursor-team-kit via PR #70 and were unintentionally removed when the Thermos plugin (PR #92) relocated them. Restoring here so they remain available in team-kit alongside the standalone Thermos plugin. - Restore cursor-team-kit/skills/thermo-nuclear-code-quality-review/SKILL.md using the cleaned-up version (no internal-only references) that Thermos already ships. - Restore cursor-team-kit/agents/thermo-nuclear-code-quality-review.md verbatim from the original PR (points at the cursor-team-kit plugin for skill lookup). - Add the skill + agent rows back to cursor-team-kit/README.md and remove the now-misleading "moved to Thermos" pointer. Users installing both plugins will see the same skill name in two places; this is a known overlap and is fine for now. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
thermo-nuclear-code-quality-reviewskill and matching Task subagent to thecursor-team-kitplugin. This is an unusually strict maintainability-focused review posture — complementary to the existingreview-and-shipskill, but with a much higher bar and a sharper structural lens.The skill pushes reviewers to:
The matching subagent under
cursor-team-kit/agents/lets a parent agent collect a diff and changed-file contents in parallel and then invoke the rubric against them viaTaskwithsubagent_type: "thermo-nuclear-code-quality-review".Files
cursor-team-kit/skills/thermo-nuclear-code-quality-review/SKILL.md— the rubric (core prompt, non-negotiable standards, review questions, what to flag, preferred remedies, tone, output ordering, approval bar)cursor-team-kit/agents/thermo-nuclear-code-quality-review.md— Task subagent entrypoint that loads the skillcursor-team-kit/README.md— adds rows for the new skill and agentTest plan
cursor-team-kitis installedsubagent_type: "thermo-nuclear-code-quality-review"Made with Cursor
Note
Cursor Bugbot is generating a summary for commit 909bc5d. Configure here.